home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1987 July / Ahoy_Magazine_87-07_1987_Double_L_Side_B.d64 / wheel of $.txt < prev    next >
Text File  |  2022-10-26  |  4KB  |  148 lines

  1. WHEEL OF FORTUNE  by Richard Bain
  2.  
  3. The Wheel of Fortune is the most
  4. popular game show on television. Now
  5. you can play this game at home using
  6. COMAL 0.14. I tried to make my game
  7. as close to the television game as
  8. possible.
  9.  
  10. Wheel'of'fortune can be played by one
  11. person or many. There are four
  12. rounds; the winner goes to the bonus
  13. round. One special feature of the
  14. game is the option of having a host.
  15. Normally, no host is needed since an
  16. external file can supply phrases for
  17. you to guess. This can be the file
  18. supplied or one that you create using
  19. the random file editor. However, once
  20. you play the game awhile, you may
  21. find that you get the same puzzles
  22. over again. One alternative is to let
  23. one of the players be a host. The
  24. host types in the puzzles, so the
  25. other players continually get new
  26. ones. Of course the host doesn't get
  27. to guess the puzzles. One or two
  28. players can use puzzles supplied by
  29. the computer. Large groups can have
  30. different people take turns being
  31. host.
  32.  
  33. I added extra features to the game to
  34. make it more fun. When you spin the
  35. wheel, you actually see a wheel. I
  36. couldn't make the wheel spin, due to
  37. limited speed and memory of COMAL
  38. 0.14, so I made it like a roulette
  39. wheel. A ball rolls around the wheel
  40. until it gradually comes to a stop.
  41. (Hope it makes it past bankrupt and
  42. lose your turn.) Sound effects make
  43. this even more realistic.
  44.  
  45. RULES
  46.  
  47. When the game starts, decide if there
  48. is a host. Then say how many players
  49. there are and their names (the host
  50. is not considered to be a player).
  51. There are four rounds. The players
  52. rotate starting a round. During your
  53. turn, you have three options:
  54. spinning the wheel, buying a vowel,
  55. or solving the puzzle (follow the
  56. prompts to see how to do this).
  57.  
  58. After spinning the wheel, you will
  59. see bankrupt, lose your turn, or an
  60. amount of money between $200 and
  61. $1000. Bankrupt means your lose all
  62. your money from the current round,
  63. but you keep winni~{$e7}s from the
  64. prev~our${$f5}t{$e4}e2{$e2}
  65. {$f5}rE4{$f2}D{$f5}4r~{$f5}u Ueu${$e2}{$e2},D{$f5}4r{$f5}u"eu${$e2}"Tt{$e5}2{CBM-G}u5@UdbB%ub{$f5}r{CBM-H}tu~{$f5}u"T{$f4}{$e4}u{$e2}B you
  66. see a dollar amount, then type a
  67. letter (vowels are not accepted). If
  68. the letter is in the puzzle and has
  69. not been guessed before, you get
  70. money for each time the letter
  71. appears. If the letter has been
  72. guessed before or is not in the
  73. puzzle, you lose your turn. Keep an
  74. eye on the used letter board.
  75.  
  76. It costs $250 to choose a vowel. If
  77. you choose a vowel but don't have
  78. enough money, or if the vowel you
  79. guess is not in the puzzle, you lose
  80. your turn. If the vowel you guess is
  81. in the puzzle, your turn continues.
  82.  
  83. To solve the puzzle, you must type in
  84. the answer exactly as it appears in
  85. the solution. If you misspell the
  86. answer or make a typing mistake, you
  87. lose your turn. Double check that you
  88. typed what you intended before
  89. hitting <RETURN>. If you solve the
  90. puzzle correctly, you get to keep all
  91. the money you won during the round;
  92. there is a $200 house minimun. Sorry,
  93. but there is no shopping option.
  94.  
  95. After the four rounds, the player
  96. with the most money goes to the bonus
  97. round (a winner is chosen randomly in
  98. the case of a tie). In the bonus
  99. round, you get to choose 5 consonants
  100. and a vowel. After they are exposed
  101. you must solve the puzzle for
  102. $10,000. There is no time limit.
  103.  
  104. Using the Program
  105.  
  106. Wheel'of'fortune will work perfectly
  107. if RUN from this disk. If you plan to
  108. copy it to another disk, be sure to
  109. include these files:
  110.  
  111. wheel'of'fortune
  112. hrg.wheel
  113. ran.wheel
  114. load/save.mem.
  115.  
  116. Be careful, some copy programs will
  117. not copy random files - and the
  118. RAN.WHEEL is a random file. In this
  119. case, just duplicate the full disk.
  120.  
  121. WARNINGS
  122.  
  123. The computer is intolerant of
  124. mistakes. If you type the wrong
  125. letter, the computer won't bite you,
  126. but it won't let you fix your mistake
  127. either. (I've never seen a contestant
  128. on the game show get a second
  129. chance). The moral is: be careful how
  130. you type. Also note that different
  131. sections of the program expect
  132. different replies. If the computer
  133. prompts you for a consonant and you
  134. type a vowel, nothing will happen.
  135. This is normal, don't take your
  136. computer back to the store thinking
  137. something is wrong.
  138.  
  139. One final note: the function keys are
  140. used to choose certain options. This
  141. shouldn't cause any trouble, but if
  142. pressed at the wrong time, the
  143. function keys may swap the text and
  144. graphics screen. If you see the wheel
  145. and the ball isn't moving, try
  146. hitting F1 to go back to the text
  147. screen.
  148.